Search
DiagramNode.SetPos Method
See Also
 





Sets the bounding rectangle of this node without updating connected arrows.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void SetPos (
    Nullable<Single> x,
    Nullable<Single> y,
    Nullable<Single> w,
    Nullable<Single> h
)

Visual Basic  Copy Code

Public Overridable Sub SetPos( _
    x As Nullable(Of Single), _
    y As Nullable(Of Single), _
    w As Nullable(Of Single), _
    h As Nullable(Of Single) _
)

 Parameters

x

y

w

h

 Remarks

For internal use.

 See Also